home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Applications / Macintosh Tracker 1.20 / source / Tracker Client Folder / CSpecificSpeed.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-05-16  |  254 b   |  16 lines  |  [TEXT/KAHL]

  1. /* CSpecificSpeed.h */
  2.  
  3. #pragma once
  4.  
  5. #include "CNumberEdit.h"
  6.  
  7. class CMyDocument;
  8.  
  9. struct    CSpecificSpeed    :    CNumberEdit
  10.     {
  11.         CMyDocument*        Document;
  12.  
  13.         void                ISpecificSpeed(CMyDocument* TheDocument, CWindow* TheWindow);
  14.         void                StoreValue(void);
  15.     };
  16.